QuerySelectorAll Op

QuerySelectorAll

Selects all matching elements in the DOM


If you want to do something withmultiple elements, you can get it from the DOM using QuerySelectorAll. See developer.mozilla.org – querySelector.


Full Name
  • Ops.Html.QuerySelectorAll
Visibility
  • Core Op - Official cables op
License
  • MIT
AuthorgithubTest Patches


INPUT PORTS


Update (Trigger)
Query (String)

E.g. ".some-classname", '#some-id' or "footer"

Mode index (Number: integer)
Type index (Number: integer)
Document (String)

OUTPUT PORTS


Elements (Array)

Patches using QuerySelectorAll

  • Examples
  • Public
  • My Patches

Changelog


newcreated opuser avatartim - 2020-02-19 16:30
featureCatch errors and show them to the useruser avatarpandur - 2024-09-12 15:22